ServiceApplyConversationAction Method (IListConversationAction) |
Sets a one-time or follow up action on all the items in a conversation.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Response> ApplyConversationAction(
IList<ConversationAction> conversationActions
)
Public Function ApplyConversationAction (
conversationActions As IList(Of ConversationAction)
) As IList(Of Response)
Parameters
- conversationActions
- Type: System.Collections.GenericIListConversationAction
The conversation actions.
Return Value
Type:
IListResponseIList{Response}.
See Also